@homeworksenergy/utility-service 1.2.7 → 1.2.9

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.
Files changed (2) hide show
  1. package/index.js +11 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -21,6 +21,7 @@ const BUSINESSES = {
21
21
  '04': 'HVAC Install',
22
22
  '05': 'Insulation',
23
23
  '06': 'Subcontractor',
24
+ '07': 'Marketing',
24
25
  88: 'Partners',
25
26
  89: 'Insulation Partners',
26
27
  99: 'N/A',
@@ -40,7 +41,13 @@ const EVENT_TYPES = {
40
41
  '08': 'HVAC Spec Visit',
41
42
  '09': 'Home Care Consult'
42
43
  },
43
- '01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit', '04': 'Virtual Sales Visit' },
44
+ '01': {
45
+ '00': 'Sales Visit',
46
+ '01': 'DHW Call',
47
+ '02': 'Return Visit',
48
+ '04': 'Virtual Sales Visit',
49
+ '05': 'Turnkey Virtual HCA'
50
+ },
44
51
  '02': {
45
52
  '00': 'Service Visit',
46
53
  '01': 'Preventative Maintenance',
@@ -87,6 +94,9 @@ const EVENT_TYPES = {
87
94
  // 90 is Rhode Island
88
95
  '90': 'Insulation Install',
89
96
  },
97
+ '07': {
98
+ '00': 'Marketing',
99
+ },
90
100
  88: {
91
101
  '00': 'Knob and Tube',
92
102
  '01': 'Mold',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "Added CT insulation install event types",
5
5
  "main": "index.js",
6
6
  "scripts": {