@leavittsoftware/lg-core-typescript 2.0.510 → 2.1.2
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/api2.leavitt.com.js +150 -150
- package/api3.leavitt.com.js +20 -20
- package/api3.leavitt.com.js.map +1 -1
- package/api3.leavitt.com.ts +1 -2
- package/elasticsearch.js +32 -32
- package/lg.ams360.datawarehouse.js +17 -17
- package/lg.core.js +532 -532
- package/lg.core.js.map +1 -1
- package/lg.core.ts +9 -0
- package/lg.net.core.js +525 -525
- package/lg.net.core.js.map +1 -1
- package/lg.net.core.ts +14 -1
- package/oauth2.leavitt.com.js +66 -66
- package/package.json +3 -3
- package/reportingapi.leavitt.com.js +12 -12
package/api2.leavitt.com.js
CHANGED
|
@@ -1,151 +1,151 @@
|
|
|
1
|
-
export var AccountStatus;
|
|
2
|
-
(function (AccountStatus) {
|
|
3
|
-
AccountStatus[AccountStatus["Locked"] = 0] = "Locked";
|
|
4
|
-
AccountStatus[AccountStatus["Disabled"] = 1] = "Disabled";
|
|
5
|
-
AccountStatus[AccountStatus["PasswordExpired"] = 2] = "PasswordExpired";
|
|
6
|
-
AccountStatus[AccountStatus["Active"] = 3] = "Active";
|
|
7
|
-
AccountStatus[AccountStatus["NeverLoggedIn"] = 4] = "NeverLoggedIn";
|
|
8
|
-
})(AccountStatus || (AccountStatus = {}));
|
|
9
|
-
export var ConferenceRegistrationStatus;
|
|
10
|
-
(function (ConferenceRegistrationStatus) {
|
|
11
|
-
ConferenceRegistrationStatus[ConferenceRegistrationStatus["Open"] = 0] = "Open";
|
|
12
|
-
ConferenceRegistrationStatus[ConferenceRegistrationStatus["NotStarted"] = 1] = "NotStarted";
|
|
13
|
-
ConferenceRegistrationStatus[ConferenceRegistrationStatus["Finished"] = 2] = "Finished";
|
|
14
|
-
})(ConferenceRegistrationStatus || (ConferenceRegistrationStatus = {}));
|
|
15
|
-
export var new_AccountType;
|
|
16
|
-
(function (new_AccountType) {
|
|
17
|
-
new_AccountType[new_AccountType["Commercial"] = 100000000] = "Commercial";
|
|
18
|
-
new_AccountType[new_AccountType["Personal"] = 100000001] = "Personal";
|
|
19
|
-
new_AccountType[new_AccountType["EmployeeBenefits"] = 100000002] = "EmployeeBenefits";
|
|
20
|
-
new_AccountType[new_AccountType["FinancialServices"] = 100000003] = "FinancialServices";
|
|
21
|
-
new_AccountType[new_AccountType["CenterofInfluence"] = 100000004] = "CenterofInfluence";
|
|
22
|
-
})(new_AccountType || (new_AccountType = {}));
|
|
23
|
-
export var Opportunity_new_LineofBusiness;
|
|
24
|
-
(function (Opportunity_new_LineofBusiness) {
|
|
25
|
-
Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["Commercial"] = 100000000] = "Commercial";
|
|
26
|
-
Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["Personal"] = 100000001] = "Personal";
|
|
27
|
-
Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["EmployeeBenefits"] = 100000002] = "EmployeeBenefits";
|
|
28
|
-
Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["Retirement"] = 100000003] = "Retirement";
|
|
29
|
-
})(Opportunity_new_LineofBusiness || (Opportunity_new_LineofBusiness = {}));
|
|
30
|
-
export var Opportunity_new_LineofCoverage;
|
|
31
|
-
(function (Opportunity_new_LineofCoverage) {
|
|
32
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Auto"] = 100000000] = "Auto";
|
|
33
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BuildersRisk"] = 100000001] = "BuildersRisk";
|
|
34
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BusinessOwnerPolicy"] = 100000002] = "BusinessOwnerPolicy";
|
|
35
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Dental"] = 100000003] = "Dental";
|
|
36
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["DirectorsOfficers"] = 100000004] = "DirectorsOfficers";
|
|
37
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Dwelling"] = 100000005] = "Dwelling";
|
|
38
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Earthquake"] = 100000006] = "Earthquake";
|
|
39
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EPLI"] = 100000007] = "EPLI";
|
|
40
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Flood"] = 100000008] = "Flood";
|
|
41
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["GeneralLiability"] = 100000009] = "GeneralLiability";
|
|
42
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["GroupLife"] = 100000010] = "GroupLife";
|
|
43
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Home"] = 100000011] = "Home";
|
|
44
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["IndividualHealth"] = 100000012] = "IndividualHealth";
|
|
45
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["IndividualLife"] = 100000013] = "IndividualLife";
|
|
46
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["InlandMarine"] = 100000014] = "InlandMarine";
|
|
47
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["LongTermDisability"] = 100000015] = "LongTermDisability";
|
|
48
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["MedicalGroup"] = 100000016] = "MedicalGroup";
|
|
49
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Other"] = 100000017] = "Other";
|
|
50
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PAF"] = 100000018] = "PAF";
|
|
51
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["ProfessionalLiability"] = 100000019] = "ProfessionalLiability";
|
|
52
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Property"] = 100000020] = "Property";
|
|
53
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Retirement"] = 100000021] = "Retirement";
|
|
54
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["SecondaryHome"] = 100000022] = "SecondaryHome";
|
|
55
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["ShortTermDisability"] = 100000023] = "ShortTermDisability";
|
|
56
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Surety"] = 100000024] = "Surety";
|
|
57
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Umbrella"] = 100000025] = "Umbrella";
|
|
58
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Vision"] = 100000026] = "Vision";
|
|
59
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["VoluntaryLines"] = 100000027] = "VoluntaryLines";
|
|
60
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["WorkComp"] = 100000028] = "WorkComp";
|
|
61
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["WorkSite"] = 100000029] = "WorkSite";
|
|
62
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BHCCP"] = 100000030] = "BHCCP";
|
|
63
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBConsultOutsource"] = 100000031] = "EBConsultOutsource";
|
|
64
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BenefitsTechnology"] = 100000032] = "BenefitsTechnology";
|
|
65
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["COBRAAdministration"] = 100000033] = "COBRAAdministration";
|
|
66
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["DefinedContribution"] = 100000034] = "DefinedContribution";
|
|
67
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["DirectReimbursePlan"] = 100000035] = "DirectReimbursePlan";
|
|
68
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBOutsourcing"] = 100000036] = "EBOutsourcing";
|
|
69
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBReview"] = 100000037] = "EBReview";
|
|
70
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBEdEnrollment"] = 100000038] = "EBEdEnrollment";
|
|
71
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EmployeeStatements"] = 100000039] = "EmployeeStatements";
|
|
72
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["ExpenseReimbursement"] = 100000040] = "ExpenseReimbursement";
|
|
73
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["FSA"] = 100000041] = "FSA";
|
|
74
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["HRA"] = 100000042] = "HRA";
|
|
75
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["HSA"] = 100000043] = "HSA";
|
|
76
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["InvestmentCommFees"] = 100000044] = "InvestmentCommFees";
|
|
77
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["LongTermCareIns"] = 100000045] = "LongTermCareIns";
|
|
78
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["MBAAlliance"] = 100000046] = "MBAAlliance";
|
|
79
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["MERP"] = 100000047] = "MERP";
|
|
80
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PensionPlanAssets"] = 100000048] = "PensionPlanAssets";
|
|
81
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PremiumOnlyPlan"] = 100000049] = "PremiumOnlyPlan";
|
|
82
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["RetirementPlanAdmin"] = 100000050] = "RetirementPlanAdmin";
|
|
83
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["RHCCP"] = 100000051] = "RHCCP";
|
|
84
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["SalaryEBSurvey"] = 100000052] = "SalaryEBSurvey";
|
|
85
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["FullServiceInvestment"] = 100000053] = "FullServiceInvestment";
|
|
86
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["FullServiceAdmin"] = 100000054] = "FullServiceAdmin";
|
|
87
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PlanDocAdminWork"] = 100000055] = "PlanDocAdminWork";
|
|
88
|
-
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Package"] = 100000056] = "Package";
|
|
89
|
-
})(Opportunity_new_LineofCoverage || (Opportunity_new_LineofCoverage = {}));
|
|
90
|
-
export var HttpStatusCode;
|
|
91
|
-
(function (HttpStatusCode) {
|
|
92
|
-
HttpStatusCode[HttpStatusCode["Continue"] = 100] = "Continue";
|
|
93
|
-
HttpStatusCode[HttpStatusCode["SwitchingProtocols"] = 101] = "SwitchingProtocols";
|
|
94
|
-
HttpStatusCode[HttpStatusCode["OK"] = 200] = "OK";
|
|
95
|
-
HttpStatusCode[HttpStatusCode["Created"] = 201] = "Created";
|
|
96
|
-
HttpStatusCode[HttpStatusCode["Accepted"] = 202] = "Accepted";
|
|
97
|
-
HttpStatusCode[HttpStatusCode["NonAuthoritativeInformation"] = 203] = "NonAuthoritativeInformation";
|
|
98
|
-
HttpStatusCode[HttpStatusCode["NoContent"] = 204] = "NoContent";
|
|
99
|
-
HttpStatusCode[HttpStatusCode["ResetContent"] = 205] = "ResetContent";
|
|
100
|
-
HttpStatusCode[HttpStatusCode["PartialContent"] = 206] = "PartialContent";
|
|
101
|
-
HttpStatusCode[HttpStatusCode["MultipleChoices"] = 300] = "MultipleChoices";
|
|
102
|
-
HttpStatusCode[HttpStatusCode["MovedPermanently"] = 301] = "MovedPermanently";
|
|
103
|
-
HttpStatusCode[HttpStatusCode["Redirect"] = 302] = "Redirect";
|
|
104
|
-
HttpStatusCode[HttpStatusCode["SeeOther"] = 303] = "SeeOther";
|
|
105
|
-
HttpStatusCode[HttpStatusCode["NotModified"] = 304] = "NotModified";
|
|
106
|
-
HttpStatusCode[HttpStatusCode["UseProxy"] = 305] = "UseProxy";
|
|
107
|
-
HttpStatusCode[HttpStatusCode["Unused"] = 306] = "Unused";
|
|
108
|
-
HttpStatusCode[HttpStatusCode["TemporaryRedirect"] = 307] = "TemporaryRedirect";
|
|
109
|
-
HttpStatusCode[HttpStatusCode["BadRequest"] = 400] = "BadRequest";
|
|
110
|
-
HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
|
|
111
|
-
HttpStatusCode[HttpStatusCode["PaymentRequired"] = 402] = "PaymentRequired";
|
|
112
|
-
HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
|
|
113
|
-
HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
|
|
114
|
-
HttpStatusCode[HttpStatusCode["MethodNotAllowed"] = 405] = "MethodNotAllowed";
|
|
115
|
-
HttpStatusCode[HttpStatusCode["NotAcceptable"] = 406] = "NotAcceptable";
|
|
116
|
-
HttpStatusCode[HttpStatusCode["ProxyAuthenticationRequired"] = 407] = "ProxyAuthenticationRequired";
|
|
117
|
-
HttpStatusCode[HttpStatusCode["RequestTimeout"] = 408] = "RequestTimeout";
|
|
118
|
-
HttpStatusCode[HttpStatusCode["Conflict"] = 409] = "Conflict";
|
|
119
|
-
HttpStatusCode[HttpStatusCode["Gone"] = 410] = "Gone";
|
|
120
|
-
HttpStatusCode[HttpStatusCode["LengthRequired"] = 411] = "LengthRequired";
|
|
121
|
-
HttpStatusCode[HttpStatusCode["PreconditionFailed"] = 412] = "PreconditionFailed";
|
|
122
|
-
HttpStatusCode[HttpStatusCode["RequestEntityTooLarge"] = 413] = "RequestEntityTooLarge";
|
|
123
|
-
HttpStatusCode[HttpStatusCode["RequestUriTooLong"] = 414] = "RequestUriTooLong";
|
|
124
|
-
HttpStatusCode[HttpStatusCode["UnsupportedMediaType"] = 415] = "UnsupportedMediaType";
|
|
125
|
-
HttpStatusCode[HttpStatusCode["RequestedRangeNotSatisfiable"] = 416] = "RequestedRangeNotSatisfiable";
|
|
126
|
-
HttpStatusCode[HttpStatusCode["ExpectationFailed"] = 417] = "ExpectationFailed";
|
|
127
|
-
HttpStatusCode[HttpStatusCode["UpgradeRequired"] = 426] = "UpgradeRequired";
|
|
128
|
-
HttpStatusCode[HttpStatusCode["InternalServerError"] = 500] = "InternalServerError";
|
|
129
|
-
HttpStatusCode[HttpStatusCode["NotImplemented"] = 501] = "NotImplemented";
|
|
130
|
-
HttpStatusCode[HttpStatusCode["BadGateway"] = 502] = "BadGateway";
|
|
131
|
-
HttpStatusCode[HttpStatusCode["ServiceUnavailable"] = 503] = "ServiceUnavailable";
|
|
132
|
-
HttpStatusCode[HttpStatusCode["GatewayTimeout"] = 504] = "GatewayTimeout";
|
|
133
|
-
HttpStatusCode[HttpStatusCode["HttpVersionNotSupported"] = 505] = "HttpVersionNotSupported";
|
|
134
|
-
})(HttpStatusCode || (HttpStatusCode = {}));
|
|
135
|
-
export var AgencyInvestmentType;
|
|
136
|
-
(function (AgencyInvestmentType) {
|
|
137
|
-
AgencyInvestmentType[AgencyInvestmentType["Minimum"] = 0] = "Minimum";
|
|
138
|
-
AgencyInvestmentType[AgencyInvestmentType["Goal"] = 1] = "Goal";
|
|
139
|
-
})(AgencyInvestmentType || (AgencyInvestmentType = {}));
|
|
140
|
-
export var LessonAttemptStatus;
|
|
141
|
-
(function (LessonAttemptStatus) {
|
|
142
|
-
LessonAttemptStatus[LessonAttemptStatus["Pass"] = 0] = "Pass";
|
|
143
|
-
LessonAttemptStatus[LessonAttemptStatus["Fail"] = 1] = "Fail";
|
|
144
|
-
LessonAttemptStatus[LessonAttemptStatus["InProgress"] = 2] = "InProgress";
|
|
145
|
-
})(LessonAttemptStatus || (LessonAttemptStatus = {}));
|
|
146
|
-
export var AddressTypes;
|
|
147
|
-
(function (AddressTypes) {
|
|
148
|
-
AddressTypes[AddressTypes["Business"] = 0] = "Business";
|
|
149
|
-
AddressTypes[AddressTypes["Home"] = 1] = "Home";
|
|
150
|
-
})(AddressTypes || (AddressTypes = {}));
|
|
1
|
+
export var AccountStatus;
|
|
2
|
+
(function (AccountStatus) {
|
|
3
|
+
AccountStatus[AccountStatus["Locked"] = 0] = "Locked";
|
|
4
|
+
AccountStatus[AccountStatus["Disabled"] = 1] = "Disabled";
|
|
5
|
+
AccountStatus[AccountStatus["PasswordExpired"] = 2] = "PasswordExpired";
|
|
6
|
+
AccountStatus[AccountStatus["Active"] = 3] = "Active";
|
|
7
|
+
AccountStatus[AccountStatus["NeverLoggedIn"] = 4] = "NeverLoggedIn";
|
|
8
|
+
})(AccountStatus || (AccountStatus = {}));
|
|
9
|
+
export var ConferenceRegistrationStatus;
|
|
10
|
+
(function (ConferenceRegistrationStatus) {
|
|
11
|
+
ConferenceRegistrationStatus[ConferenceRegistrationStatus["Open"] = 0] = "Open";
|
|
12
|
+
ConferenceRegistrationStatus[ConferenceRegistrationStatus["NotStarted"] = 1] = "NotStarted";
|
|
13
|
+
ConferenceRegistrationStatus[ConferenceRegistrationStatus["Finished"] = 2] = "Finished";
|
|
14
|
+
})(ConferenceRegistrationStatus || (ConferenceRegistrationStatus = {}));
|
|
15
|
+
export var new_AccountType;
|
|
16
|
+
(function (new_AccountType) {
|
|
17
|
+
new_AccountType[new_AccountType["Commercial"] = 100000000] = "Commercial";
|
|
18
|
+
new_AccountType[new_AccountType["Personal"] = 100000001] = "Personal";
|
|
19
|
+
new_AccountType[new_AccountType["EmployeeBenefits"] = 100000002] = "EmployeeBenefits";
|
|
20
|
+
new_AccountType[new_AccountType["FinancialServices"] = 100000003] = "FinancialServices";
|
|
21
|
+
new_AccountType[new_AccountType["CenterofInfluence"] = 100000004] = "CenterofInfluence";
|
|
22
|
+
})(new_AccountType || (new_AccountType = {}));
|
|
23
|
+
export var Opportunity_new_LineofBusiness;
|
|
24
|
+
(function (Opportunity_new_LineofBusiness) {
|
|
25
|
+
Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["Commercial"] = 100000000] = "Commercial";
|
|
26
|
+
Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["Personal"] = 100000001] = "Personal";
|
|
27
|
+
Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["EmployeeBenefits"] = 100000002] = "EmployeeBenefits";
|
|
28
|
+
Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["Retirement"] = 100000003] = "Retirement";
|
|
29
|
+
})(Opportunity_new_LineofBusiness || (Opportunity_new_LineofBusiness = {}));
|
|
30
|
+
export var Opportunity_new_LineofCoverage;
|
|
31
|
+
(function (Opportunity_new_LineofCoverage) {
|
|
32
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Auto"] = 100000000] = "Auto";
|
|
33
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BuildersRisk"] = 100000001] = "BuildersRisk";
|
|
34
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BusinessOwnerPolicy"] = 100000002] = "BusinessOwnerPolicy";
|
|
35
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Dental"] = 100000003] = "Dental";
|
|
36
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["DirectorsOfficers"] = 100000004] = "DirectorsOfficers";
|
|
37
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Dwelling"] = 100000005] = "Dwelling";
|
|
38
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Earthquake"] = 100000006] = "Earthquake";
|
|
39
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EPLI"] = 100000007] = "EPLI";
|
|
40
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Flood"] = 100000008] = "Flood";
|
|
41
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["GeneralLiability"] = 100000009] = "GeneralLiability";
|
|
42
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["GroupLife"] = 100000010] = "GroupLife";
|
|
43
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Home"] = 100000011] = "Home";
|
|
44
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["IndividualHealth"] = 100000012] = "IndividualHealth";
|
|
45
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["IndividualLife"] = 100000013] = "IndividualLife";
|
|
46
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["InlandMarine"] = 100000014] = "InlandMarine";
|
|
47
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["LongTermDisability"] = 100000015] = "LongTermDisability";
|
|
48
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["MedicalGroup"] = 100000016] = "MedicalGroup";
|
|
49
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Other"] = 100000017] = "Other";
|
|
50
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PAF"] = 100000018] = "PAF";
|
|
51
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["ProfessionalLiability"] = 100000019] = "ProfessionalLiability";
|
|
52
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Property"] = 100000020] = "Property";
|
|
53
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Retirement"] = 100000021] = "Retirement";
|
|
54
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["SecondaryHome"] = 100000022] = "SecondaryHome";
|
|
55
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["ShortTermDisability"] = 100000023] = "ShortTermDisability";
|
|
56
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Surety"] = 100000024] = "Surety";
|
|
57
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Umbrella"] = 100000025] = "Umbrella";
|
|
58
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Vision"] = 100000026] = "Vision";
|
|
59
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["VoluntaryLines"] = 100000027] = "VoluntaryLines";
|
|
60
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["WorkComp"] = 100000028] = "WorkComp";
|
|
61
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["WorkSite"] = 100000029] = "WorkSite";
|
|
62
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BHCCP"] = 100000030] = "BHCCP";
|
|
63
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBConsultOutsource"] = 100000031] = "EBConsultOutsource";
|
|
64
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BenefitsTechnology"] = 100000032] = "BenefitsTechnology";
|
|
65
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["COBRAAdministration"] = 100000033] = "COBRAAdministration";
|
|
66
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["DefinedContribution"] = 100000034] = "DefinedContribution";
|
|
67
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["DirectReimbursePlan"] = 100000035] = "DirectReimbursePlan";
|
|
68
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBOutsourcing"] = 100000036] = "EBOutsourcing";
|
|
69
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBReview"] = 100000037] = "EBReview";
|
|
70
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBEdEnrollment"] = 100000038] = "EBEdEnrollment";
|
|
71
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EmployeeStatements"] = 100000039] = "EmployeeStatements";
|
|
72
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["ExpenseReimbursement"] = 100000040] = "ExpenseReimbursement";
|
|
73
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["FSA"] = 100000041] = "FSA";
|
|
74
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["HRA"] = 100000042] = "HRA";
|
|
75
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["HSA"] = 100000043] = "HSA";
|
|
76
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["InvestmentCommFees"] = 100000044] = "InvestmentCommFees";
|
|
77
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["LongTermCareIns"] = 100000045] = "LongTermCareIns";
|
|
78
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["MBAAlliance"] = 100000046] = "MBAAlliance";
|
|
79
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["MERP"] = 100000047] = "MERP";
|
|
80
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PensionPlanAssets"] = 100000048] = "PensionPlanAssets";
|
|
81
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PremiumOnlyPlan"] = 100000049] = "PremiumOnlyPlan";
|
|
82
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["RetirementPlanAdmin"] = 100000050] = "RetirementPlanAdmin";
|
|
83
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["RHCCP"] = 100000051] = "RHCCP";
|
|
84
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["SalaryEBSurvey"] = 100000052] = "SalaryEBSurvey";
|
|
85
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["FullServiceInvestment"] = 100000053] = "FullServiceInvestment";
|
|
86
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["FullServiceAdmin"] = 100000054] = "FullServiceAdmin";
|
|
87
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PlanDocAdminWork"] = 100000055] = "PlanDocAdminWork";
|
|
88
|
+
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Package"] = 100000056] = "Package";
|
|
89
|
+
})(Opportunity_new_LineofCoverage || (Opportunity_new_LineofCoverage = {}));
|
|
90
|
+
export var HttpStatusCode;
|
|
91
|
+
(function (HttpStatusCode) {
|
|
92
|
+
HttpStatusCode[HttpStatusCode["Continue"] = 100] = "Continue";
|
|
93
|
+
HttpStatusCode[HttpStatusCode["SwitchingProtocols"] = 101] = "SwitchingProtocols";
|
|
94
|
+
HttpStatusCode[HttpStatusCode["OK"] = 200] = "OK";
|
|
95
|
+
HttpStatusCode[HttpStatusCode["Created"] = 201] = "Created";
|
|
96
|
+
HttpStatusCode[HttpStatusCode["Accepted"] = 202] = "Accepted";
|
|
97
|
+
HttpStatusCode[HttpStatusCode["NonAuthoritativeInformation"] = 203] = "NonAuthoritativeInformation";
|
|
98
|
+
HttpStatusCode[HttpStatusCode["NoContent"] = 204] = "NoContent";
|
|
99
|
+
HttpStatusCode[HttpStatusCode["ResetContent"] = 205] = "ResetContent";
|
|
100
|
+
HttpStatusCode[HttpStatusCode["PartialContent"] = 206] = "PartialContent";
|
|
101
|
+
HttpStatusCode[HttpStatusCode["MultipleChoices"] = 300] = "MultipleChoices";
|
|
102
|
+
HttpStatusCode[HttpStatusCode["MovedPermanently"] = 301] = "MovedPermanently";
|
|
103
|
+
HttpStatusCode[HttpStatusCode["Redirect"] = 302] = "Redirect";
|
|
104
|
+
HttpStatusCode[HttpStatusCode["SeeOther"] = 303] = "SeeOther";
|
|
105
|
+
HttpStatusCode[HttpStatusCode["NotModified"] = 304] = "NotModified";
|
|
106
|
+
HttpStatusCode[HttpStatusCode["UseProxy"] = 305] = "UseProxy";
|
|
107
|
+
HttpStatusCode[HttpStatusCode["Unused"] = 306] = "Unused";
|
|
108
|
+
HttpStatusCode[HttpStatusCode["TemporaryRedirect"] = 307] = "TemporaryRedirect";
|
|
109
|
+
HttpStatusCode[HttpStatusCode["BadRequest"] = 400] = "BadRequest";
|
|
110
|
+
HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
|
|
111
|
+
HttpStatusCode[HttpStatusCode["PaymentRequired"] = 402] = "PaymentRequired";
|
|
112
|
+
HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
|
|
113
|
+
HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
|
|
114
|
+
HttpStatusCode[HttpStatusCode["MethodNotAllowed"] = 405] = "MethodNotAllowed";
|
|
115
|
+
HttpStatusCode[HttpStatusCode["NotAcceptable"] = 406] = "NotAcceptable";
|
|
116
|
+
HttpStatusCode[HttpStatusCode["ProxyAuthenticationRequired"] = 407] = "ProxyAuthenticationRequired";
|
|
117
|
+
HttpStatusCode[HttpStatusCode["RequestTimeout"] = 408] = "RequestTimeout";
|
|
118
|
+
HttpStatusCode[HttpStatusCode["Conflict"] = 409] = "Conflict";
|
|
119
|
+
HttpStatusCode[HttpStatusCode["Gone"] = 410] = "Gone";
|
|
120
|
+
HttpStatusCode[HttpStatusCode["LengthRequired"] = 411] = "LengthRequired";
|
|
121
|
+
HttpStatusCode[HttpStatusCode["PreconditionFailed"] = 412] = "PreconditionFailed";
|
|
122
|
+
HttpStatusCode[HttpStatusCode["RequestEntityTooLarge"] = 413] = "RequestEntityTooLarge";
|
|
123
|
+
HttpStatusCode[HttpStatusCode["RequestUriTooLong"] = 414] = "RequestUriTooLong";
|
|
124
|
+
HttpStatusCode[HttpStatusCode["UnsupportedMediaType"] = 415] = "UnsupportedMediaType";
|
|
125
|
+
HttpStatusCode[HttpStatusCode["RequestedRangeNotSatisfiable"] = 416] = "RequestedRangeNotSatisfiable";
|
|
126
|
+
HttpStatusCode[HttpStatusCode["ExpectationFailed"] = 417] = "ExpectationFailed";
|
|
127
|
+
HttpStatusCode[HttpStatusCode["UpgradeRequired"] = 426] = "UpgradeRequired";
|
|
128
|
+
HttpStatusCode[HttpStatusCode["InternalServerError"] = 500] = "InternalServerError";
|
|
129
|
+
HttpStatusCode[HttpStatusCode["NotImplemented"] = 501] = "NotImplemented";
|
|
130
|
+
HttpStatusCode[HttpStatusCode["BadGateway"] = 502] = "BadGateway";
|
|
131
|
+
HttpStatusCode[HttpStatusCode["ServiceUnavailable"] = 503] = "ServiceUnavailable";
|
|
132
|
+
HttpStatusCode[HttpStatusCode["GatewayTimeout"] = 504] = "GatewayTimeout";
|
|
133
|
+
HttpStatusCode[HttpStatusCode["HttpVersionNotSupported"] = 505] = "HttpVersionNotSupported";
|
|
134
|
+
})(HttpStatusCode || (HttpStatusCode = {}));
|
|
135
|
+
export var AgencyInvestmentType;
|
|
136
|
+
(function (AgencyInvestmentType) {
|
|
137
|
+
AgencyInvestmentType[AgencyInvestmentType["Minimum"] = 0] = "Minimum";
|
|
138
|
+
AgencyInvestmentType[AgencyInvestmentType["Goal"] = 1] = "Goal";
|
|
139
|
+
})(AgencyInvestmentType || (AgencyInvestmentType = {}));
|
|
140
|
+
export var LessonAttemptStatus;
|
|
141
|
+
(function (LessonAttemptStatus) {
|
|
142
|
+
LessonAttemptStatus[LessonAttemptStatus["Pass"] = 0] = "Pass";
|
|
143
|
+
LessonAttemptStatus[LessonAttemptStatus["Fail"] = 1] = "Fail";
|
|
144
|
+
LessonAttemptStatus[LessonAttemptStatus["InProgress"] = 2] = "InProgress";
|
|
145
|
+
})(LessonAttemptStatus || (LessonAttemptStatus = {}));
|
|
146
|
+
export var AddressTypes;
|
|
147
|
+
(function (AddressTypes) {
|
|
148
|
+
AddressTypes[AddressTypes["Business"] = 0] = "Business";
|
|
149
|
+
AddressTypes[AddressTypes["Home"] = 1] = "Home";
|
|
150
|
+
})(AddressTypes || (AddressTypes = {}));
|
|
151
151
|
//# sourceMappingURL=api2.leavitt.com.js.map
|
package/api3.leavitt.com.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export var AccountStatus;
|
|
2
|
-
(function (AccountStatus) {
|
|
3
|
-
AccountStatus[AccountStatus["Locked"] = 0] = "Locked";
|
|
4
|
-
AccountStatus[AccountStatus["Disabled"] = 1] = "Disabled";
|
|
5
|
-
AccountStatus[AccountStatus["PasswordExpired"] = 2] = "PasswordExpired";
|
|
6
|
-
AccountStatus[AccountStatus["Active"] = 3] = "Active";
|
|
7
|
-
AccountStatus[AccountStatus["NeverLoggedIn"] = 4] = "NeverLoggedIn";
|
|
8
|
-
})(AccountStatus || (AccountStatus = {}));
|
|
9
|
-
export var SearchSource;
|
|
10
|
-
(function (SearchSource) {
|
|
11
|
-
SearchSource[SearchSource["BenefitPoint"] = 0] = "BenefitPoint";
|
|
12
|
-
SearchSource[SearchSource["AMS360"] = 1] = "AMS360";
|
|
13
|
-
SearchSource[SearchSource["CRM"] = 2] = "CRM";
|
|
14
|
-
})(SearchSource || (SearchSource = {}));
|
|
15
|
-
export var CompanyRoleType;
|
|
16
|
-
(function (CompanyRoleType) {
|
|
17
|
-
CompanyRoleType[CompanyRoleType["LLCCompanyRole"] = 0] = "LLCCompanyRole";
|
|
18
|
-
CompanyRoleType[CompanyRoleType["AgencyRole"] = 1] = "AgencyRole";
|
|
19
|
-
CompanyRoleType[CompanyRoleType["AuditorCompanyRole"] = 2] = "AuditorCompanyRole";
|
|
20
|
-
})(CompanyRoleType || (CompanyRoleType = {}));
|
|
1
|
+
export var AccountStatus;
|
|
2
|
+
(function (AccountStatus) {
|
|
3
|
+
AccountStatus[AccountStatus["Locked"] = 0] = "Locked";
|
|
4
|
+
AccountStatus[AccountStatus["Disabled"] = 1] = "Disabled";
|
|
5
|
+
AccountStatus[AccountStatus["PasswordExpired"] = 2] = "PasswordExpired";
|
|
6
|
+
AccountStatus[AccountStatus["Active"] = 3] = "Active";
|
|
7
|
+
AccountStatus[AccountStatus["NeverLoggedIn"] = 4] = "NeverLoggedIn";
|
|
8
|
+
})(AccountStatus || (AccountStatus = {}));
|
|
9
|
+
export var SearchSource;
|
|
10
|
+
(function (SearchSource) {
|
|
11
|
+
SearchSource[SearchSource["BenefitPoint"] = 0] = "BenefitPoint";
|
|
12
|
+
SearchSource[SearchSource["AMS360"] = 1] = "AMS360";
|
|
13
|
+
SearchSource[SearchSource["CRM"] = 2] = "CRM";
|
|
14
|
+
})(SearchSource || (SearchSource = {}));
|
|
15
|
+
export var CompanyRoleType;
|
|
16
|
+
(function (CompanyRoleType) {
|
|
17
|
+
CompanyRoleType[CompanyRoleType["LLCCompanyRole"] = 0] = "LLCCompanyRole";
|
|
18
|
+
CompanyRoleType[CompanyRoleType["AgencyRole"] = 1] = "AgencyRole";
|
|
19
|
+
CompanyRoleType[CompanyRoleType["AuditorCompanyRole"] = 2] = "AuditorCompanyRole";
|
|
20
|
+
})(CompanyRoleType || (CompanyRoleType = {}));
|
|
21
21
|
//# sourceMappingURL=api3.leavitt.com.js.map
|
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":"AAmpBA,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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// generated using a custom program
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// ----------------------
|
|
6
|
-
import { EmploymentTypeString,CompanyAddress,
|
|
6
|
+
import { EmploymentTypeString,CompanyAddress,JobRole,Person,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,Company,CompanyLogo,CompanyOwnership } from './lg.net.core'
|
|
7
7
|
|
|
8
8
|
export interface FileExplorerDto {
|
|
9
9
|
AllowedFileTypes: string | null;
|
|
@@ -222,7 +222,6 @@ export interface HireDTO {
|
|
|
222
222
|
IpAddress: string | null;
|
|
223
223
|
IsAcctManagerOrRepOrCSR: boolean;
|
|
224
224
|
IsProducerOrExecutive: boolean;
|
|
225
|
-
JobOfferLetter: Partial<Attachment> | null;
|
|
226
225
|
JobRoles: Array<Partial<JobRole>> | null;
|
|
227
226
|
LastName: string | null;
|
|
228
227
|
MiddleName: string | null;
|
package/elasticsearch.js
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
// ----------------------
|
|
2
|
-
// <auto-generated>
|
|
3
|
-
// generated using a custom program
|
|
4
|
-
// </auto-generated>
|
|
5
|
-
// ----------------------
|
|
6
|
-
export var AddressType;
|
|
7
|
-
(function (AddressType) {
|
|
8
|
-
AddressType[AddressType["Main"] = 0] = "Main";
|
|
9
|
-
AddressType[AddressType["Billing"] = 1] = "Billing";
|
|
10
|
-
AddressType[AddressType["Mailing"] = 2] = "Mailing";
|
|
11
|
-
})(AddressType || (AddressType = {}));
|
|
12
|
-
export var PhoneType;
|
|
13
|
-
(function (PhoneType) {
|
|
14
|
-
PhoneType[PhoneType["None_Selected"] = 0] = "None_Selected";
|
|
15
|
-
PhoneType[PhoneType["Assistant"] = 1] = "Assistant";
|
|
16
|
-
PhoneType[PhoneType["Customer_Service"] = 2] = "Customer_Service";
|
|
17
|
-
PhoneType[PhoneType["Fax"] = 3] = "Fax";
|
|
18
|
-
PhoneType[PhoneType["Home"] = 4] = "Home";
|
|
19
|
-
PhoneType[PhoneType["Main"] = 5] = "Main";
|
|
20
|
-
PhoneType[PhoneType["Mobile"] = 6] = "Mobile";
|
|
21
|
-
PhoneType[PhoneType["Pager"] = 7] = "Pager";
|
|
22
|
-
PhoneType[PhoneType["Work"] = 8] = "Work";
|
|
23
|
-
PhoneType[PhoneType["Other"] = 9] = "Other";
|
|
24
|
-
})(PhoneType || (PhoneType = {}));
|
|
25
|
-
export var ProductStatus;
|
|
26
|
-
(function (ProductStatus) {
|
|
27
|
-
ProductStatus[ProductStatus["None_Selected"] = 0] = "None_Selected";
|
|
28
|
-
ProductStatus[ProductStatus["Cancelled"] = 1] = "Cancelled";
|
|
29
|
-
ProductStatus[ProductStatus["Current"] = 2] = "Current";
|
|
30
|
-
ProductStatus[ProductStatus["Expired"] = 3] = "Expired";
|
|
31
|
-
ProductStatus[ProductStatus["Pending"] = 4] = "Pending";
|
|
32
|
-
})(ProductStatus || (ProductStatus = {}));
|
|
1
|
+
// ----------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// generated using a custom program
|
|
4
|
+
// </auto-generated>
|
|
5
|
+
// ----------------------
|
|
6
|
+
export var AddressType;
|
|
7
|
+
(function (AddressType) {
|
|
8
|
+
AddressType[AddressType["Main"] = 0] = "Main";
|
|
9
|
+
AddressType[AddressType["Billing"] = 1] = "Billing";
|
|
10
|
+
AddressType[AddressType["Mailing"] = 2] = "Mailing";
|
|
11
|
+
})(AddressType || (AddressType = {}));
|
|
12
|
+
export var PhoneType;
|
|
13
|
+
(function (PhoneType) {
|
|
14
|
+
PhoneType[PhoneType["None_Selected"] = 0] = "None_Selected";
|
|
15
|
+
PhoneType[PhoneType["Assistant"] = 1] = "Assistant";
|
|
16
|
+
PhoneType[PhoneType["Customer_Service"] = 2] = "Customer_Service";
|
|
17
|
+
PhoneType[PhoneType["Fax"] = 3] = "Fax";
|
|
18
|
+
PhoneType[PhoneType["Home"] = 4] = "Home";
|
|
19
|
+
PhoneType[PhoneType["Main"] = 5] = "Main";
|
|
20
|
+
PhoneType[PhoneType["Mobile"] = 6] = "Mobile";
|
|
21
|
+
PhoneType[PhoneType["Pager"] = 7] = "Pager";
|
|
22
|
+
PhoneType[PhoneType["Work"] = 8] = "Work";
|
|
23
|
+
PhoneType[PhoneType["Other"] = 9] = "Other";
|
|
24
|
+
})(PhoneType || (PhoneType = {}));
|
|
25
|
+
export var ProductStatus;
|
|
26
|
+
(function (ProductStatus) {
|
|
27
|
+
ProductStatus[ProductStatus["None_Selected"] = 0] = "None_Selected";
|
|
28
|
+
ProductStatus[ProductStatus["Cancelled"] = 1] = "Cancelled";
|
|
29
|
+
ProductStatus[ProductStatus["Current"] = 2] = "Current";
|
|
30
|
+
ProductStatus[ProductStatus["Expired"] = 3] = "Expired";
|
|
31
|
+
ProductStatus[ProductStatus["Pending"] = 4] = "Pending";
|
|
32
|
+
})(ProductStatus || (ProductStatus = {}));
|
|
33
33
|
//# sourceMappingURL=elasticsearch.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
// ----------------------
|
|
2
|
-
// <auto-generated>
|
|
3
|
-
// generated using a custom program
|
|
4
|
-
// </auto-generated>
|
|
5
|
-
// ----------------------
|
|
6
|
-
export var ManualEntryProductionType;
|
|
7
|
-
(function (ManualEntryProductionType) {
|
|
8
|
-
ManualEntryProductionType[ManualEntryProductionType["New"] = 0] = "New";
|
|
9
|
-
ManualEntryProductionType[ManualEntryProductionType["Renew"] = 1] = "Renew";
|
|
10
|
-
})(ManualEntryProductionType || (ManualEntryProductionType = {}));
|
|
11
|
-
export var TypeOfBusiness;
|
|
12
|
-
(function (TypeOfBusiness) {
|
|
13
|
-
TypeOfBusiness[TypeOfBusiness["Commercial"] = 0] = "Commercial";
|
|
14
|
-
TypeOfBusiness[TypeOfBusiness["Life"] = 1] = "Life";
|
|
15
|
-
TypeOfBusiness[TypeOfBusiness["Personal"] = 2] = "Personal";
|
|
16
|
-
TypeOfBusiness[TypeOfBusiness["Benefit"] = 3] = "Benefit";
|
|
17
|
-
})(TypeOfBusiness || (TypeOfBusiness = {}));
|
|
1
|
+
// ----------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// generated using a custom program
|
|
4
|
+
// </auto-generated>
|
|
5
|
+
// ----------------------
|
|
6
|
+
export var ManualEntryProductionType;
|
|
7
|
+
(function (ManualEntryProductionType) {
|
|
8
|
+
ManualEntryProductionType[ManualEntryProductionType["New"] = 0] = "New";
|
|
9
|
+
ManualEntryProductionType[ManualEntryProductionType["Renew"] = 1] = "Renew";
|
|
10
|
+
})(ManualEntryProductionType || (ManualEntryProductionType = {}));
|
|
11
|
+
export var TypeOfBusiness;
|
|
12
|
+
(function (TypeOfBusiness) {
|
|
13
|
+
TypeOfBusiness[TypeOfBusiness["Commercial"] = 0] = "Commercial";
|
|
14
|
+
TypeOfBusiness[TypeOfBusiness["Life"] = 1] = "Life";
|
|
15
|
+
TypeOfBusiness[TypeOfBusiness["Personal"] = 2] = "Personal";
|
|
16
|
+
TypeOfBusiness[TypeOfBusiness["Benefit"] = 3] = "Benefit";
|
|
17
|
+
})(TypeOfBusiness || (TypeOfBusiness = {}));
|
|
18
18
|
//# sourceMappingURL=lg.ams360.datawarehouse.js.map
|