@leavittsoftware/lg-core-typescript 4.213.0 → 5.0.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/package.json CHANGED
@@ -1,28 +1,16 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "4.213.0",
3
+ "version": "5.0.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [
7
7
  "lg.typescript.js.map",
8
8
  "lg.typescript.js",
9
9
  "lg.typescript.ts",
10
- "lg.core.js.map",
11
- "lg.core.js",
12
- "lg.core.ts",
13
- "lg.apfc.js.map",
14
- "lg.apfc.js",
15
- "lg.apfc.ts",
16
- "elasticsearch.js.map",
17
- "elasticsearch.js",
18
- "elasticsearch.ts",
19
10
  "enum-helpers.ts",
20
11
  "oauth2.leavitt.com.ts",
21
12
  "oauth2.leavitt.com.js",
22
13
  "oauth2.leavitt.com.js.map",
23
- "api2.leavitt.com.map",
24
- "api2.leavitt.com.js",
25
- "api2.leavitt.com.ts",
26
14
  "api3.leavitt.com.js.map",
27
15
  "api3.leavitt.com.js",
28
16
  "api3.leavitt.com.ts",
@@ -46,15 +34,7 @@
46
34
  "lg.net.ams360datawarehouse.ts",
47
35
  "lg.net.dynamics.js.map",
48
36
  "lg.net.dynamics.js",
49
- "lg.net.dynamics.ts",
50
- "lg.ams360.datawarehouse.js.map",
51
- "lg.ams360.datawarehouse.js",
52
- "lg.ams360.datawarehouse.ts",
53
- "reportingapi.leavitt.com.js.map",
54
- "reportingapi.leavitt.com.js",
55
- "reportingapi.leavitt.com.ts",
56
- "mapi.leavitt.com.ts",
57
- "lg.core.repository.ts"
37
+ "lg.net.dynamics.ts"
58
38
  ],
59
39
  "scripts": {
60
40
  "build": "tsc && npm run lint",
@@ -1,89 +0,0 @@
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 new_AccountType;
10
- (function (new_AccountType) {
11
- new_AccountType[new_AccountType["Commercial"] = 100000000] = "Commercial";
12
- new_AccountType[new_AccountType["Personal"] = 100000001] = "Personal";
13
- new_AccountType[new_AccountType["EmployeeBenefits"] = 100000002] = "EmployeeBenefits";
14
- new_AccountType[new_AccountType["FinancialServices"] = 100000003] = "FinancialServices";
15
- new_AccountType[new_AccountType["CenterofInfluence"] = 100000004] = "CenterofInfluence";
16
- })(new_AccountType || (new_AccountType = {}));
17
- export var Opportunity_new_LineofBusiness;
18
- (function (Opportunity_new_LineofBusiness) {
19
- Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["Commercial"] = 100000000] = "Commercial";
20
- Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["Personal"] = 100000001] = "Personal";
21
- Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["EmployeeBenefits"] = 100000002] = "EmployeeBenefits";
22
- Opportunity_new_LineofBusiness[Opportunity_new_LineofBusiness["Retirement"] = 100000003] = "Retirement";
23
- })(Opportunity_new_LineofBusiness || (Opportunity_new_LineofBusiness = {}));
24
- export var Opportunity_new_LineofCoverage;
25
- (function (Opportunity_new_LineofCoverage) {
26
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Auto"] = 100000000] = "Auto";
27
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BuildersRisk"] = 100000001] = "BuildersRisk";
28
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BusinessOwnerPolicy"] = 100000002] = "BusinessOwnerPolicy";
29
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Dental"] = 100000003] = "Dental";
30
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["DirectorsOfficers"] = 100000004] = "DirectorsOfficers";
31
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Dwelling"] = 100000005] = "Dwelling";
32
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Earthquake"] = 100000006] = "Earthquake";
33
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EPLI"] = 100000007] = "EPLI";
34
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Flood"] = 100000008] = "Flood";
35
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["GeneralLiability"] = 100000009] = "GeneralLiability";
36
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["GroupLife"] = 100000010] = "GroupLife";
37
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Home"] = 100000011] = "Home";
38
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["IndividualHealth"] = 100000012] = "IndividualHealth";
39
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["IndividualLife"] = 100000013] = "IndividualLife";
40
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["InlandMarine"] = 100000014] = "InlandMarine";
41
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["LongTermDisability"] = 100000015] = "LongTermDisability";
42
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["MedicalGroup"] = 100000016] = "MedicalGroup";
43
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Other"] = 100000017] = "Other";
44
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PAF"] = 100000018] = "PAF";
45
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["ProfessionalLiability"] = 100000019] = "ProfessionalLiability";
46
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Property"] = 100000020] = "Property";
47
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Retirement"] = 100000021] = "Retirement";
48
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["SecondaryHome"] = 100000022] = "SecondaryHome";
49
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["ShortTermDisability"] = 100000023] = "ShortTermDisability";
50
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Surety"] = 100000024] = "Surety";
51
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Umbrella"] = 100000025] = "Umbrella";
52
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Vision"] = 100000026] = "Vision";
53
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["VoluntaryLines"] = 100000027] = "VoluntaryLines";
54
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["WorkComp"] = 100000028] = "WorkComp";
55
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["WorkSite"] = 100000029] = "WorkSite";
56
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BHCCP"] = 100000030] = "BHCCP";
57
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBConsultOutsource"] = 100000031] = "EBConsultOutsource";
58
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["BenefitsTechnology"] = 100000032] = "BenefitsTechnology";
59
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["COBRAAdministration"] = 100000033] = "COBRAAdministration";
60
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["DefinedContribution"] = 100000034] = "DefinedContribution";
61
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["DirectReimbursePlan"] = 100000035] = "DirectReimbursePlan";
62
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBOutsourcing"] = 100000036] = "EBOutsourcing";
63
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBReview"] = 100000037] = "EBReview";
64
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EBEdEnrollment"] = 100000038] = "EBEdEnrollment";
65
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["EmployeeStatements"] = 100000039] = "EmployeeStatements";
66
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["ExpenseReimbursement"] = 100000040] = "ExpenseReimbursement";
67
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["FSA"] = 100000041] = "FSA";
68
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["HRA"] = 100000042] = "HRA";
69
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["HSA"] = 100000043] = "HSA";
70
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["InvestmentCommFees"] = 100000044] = "InvestmentCommFees";
71
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["LongTermCareIns"] = 100000045] = "LongTermCareIns";
72
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["MBAAlliance"] = 100000046] = "MBAAlliance";
73
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["MERP"] = 100000047] = "MERP";
74
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PensionPlanAssets"] = 100000048] = "PensionPlanAssets";
75
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PremiumOnlyPlan"] = 100000049] = "PremiumOnlyPlan";
76
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["RetirementPlanAdmin"] = 100000050] = "RetirementPlanAdmin";
77
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["RHCCP"] = 100000051] = "RHCCP";
78
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["SalaryEBSurvey"] = 100000052] = "SalaryEBSurvey";
79
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["FullServiceInvestment"] = 100000053] = "FullServiceInvestment";
80
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["FullServiceAdmin"] = 100000054] = "FullServiceAdmin";
81
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PlanDocAdminWork"] = 100000055] = "PlanDocAdminWork";
82
- Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Package"] = 100000056] = "Package";
83
- })(Opportunity_new_LineofCoverage || (Opportunity_new_LineofCoverage = {}));
84
- export var AddressTypes;
85
- (function (AddressTypes) {
86
- AddressTypes[AddressTypes["Business"] = 0] = "Business";
87
- AddressTypes[AddressTypes["Home"] = 1] = "Home";
88
- })(AddressTypes || (AddressTypes = {}));
89
- //# sourceMappingURL=api2.leavitt.com.js.map