@homeworksenergy/utility-service 1.2.6 → 1.2.8
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/index.js +10 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -40,7 +40,13 @@ const EVENT_TYPES = {
|
|
|
40
40
|
'08': 'HVAC Spec Visit',
|
|
41
41
|
'09': 'Home Care Consult'
|
|
42
42
|
},
|
|
43
|
-
'01': {
|
|
43
|
+
'01': {
|
|
44
|
+
'00': 'Sales Visit',
|
|
45
|
+
'01': 'DHW Call',
|
|
46
|
+
'02': 'Return Visit',
|
|
47
|
+
'04': 'Virtual Sales Visit',
|
|
48
|
+
'05': 'Turnkey Virtual HCA'
|
|
49
|
+
},
|
|
44
50
|
'02': {
|
|
45
51
|
'00': 'Service Visit',
|
|
46
52
|
'01': 'Preventative Maintenance',
|
|
@@ -83,6 +89,7 @@ const EVENT_TYPES = {
|
|
|
83
89
|
'05': 'Insulation Manager Visit',
|
|
84
90
|
'06': 'Insulation Manager QC Visit',
|
|
85
91
|
'07': 'Insulation Manager Permit Inspection',
|
|
92
|
+
'08': 'Mold Remediation',
|
|
86
93
|
// 90 is Rhode Island
|
|
87
94
|
'90': 'Insulation Install',
|
|
88
95
|
},
|
|
@@ -129,7 +136,8 @@ const EVENT_TYPES = {
|
|
|
129
136
|
'04': 'Insulation Finish',
|
|
130
137
|
'05': 'Insulation Manager Visit',
|
|
131
138
|
'06': 'Insulation Manager QC Visit',
|
|
132
|
-
'07': 'Insulation Manager Permit Inspection'
|
|
139
|
+
'07': 'Insulation Manager Permit Inspection',
|
|
140
|
+
'08': 'Insulation + Sealing Service'
|
|
133
141
|
},
|
|
134
142
|
'06': {
|
|
135
143
|
'00': 'Window Visit',
|