@homeworksenergy/utility-service 1.2.4 → 1.2.6
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 +11 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -38,6 +38,7 @@ const EVENT_TYPES = {
|
|
|
38
38
|
'06': 'CAP Visit',
|
|
39
39
|
'07': 'Electrician Visit',
|
|
40
40
|
'08': 'HVAC Spec Visit',
|
|
41
|
+
'09': 'Home Care Consult'
|
|
41
42
|
},
|
|
42
43
|
'01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit', '04': 'Virtual Sales Visit' },
|
|
43
44
|
'02': {
|
|
@@ -120,6 +121,16 @@ const EVENT_TYPES = {
|
|
|
120
121
|
'05': 'Sealing Service Visit',
|
|
121
122
|
'06': 'HEA + Sealing Service Visit'
|
|
122
123
|
},
|
|
124
|
+
'05': {
|
|
125
|
+
'00': 'Insulation Install',
|
|
126
|
+
'01': 'Insulation Callback',
|
|
127
|
+
'02': 'Insulation Internal Callback',
|
|
128
|
+
'03': 'Insulation Truck Service',
|
|
129
|
+
'04': 'Insulation Finish',
|
|
130
|
+
'05': 'Insulation Manager Visit',
|
|
131
|
+
'06': 'Insulation Manager QC Visit',
|
|
132
|
+
'07': 'Insulation Manager Permit Inspection'
|
|
133
|
+
},
|
|
123
134
|
'06': {
|
|
124
135
|
'00': 'Window Visit',
|
|
125
136
|
'01': 'HVAC Visit'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homeworksenergy/utility-service",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.2.6",
|
|
4
|
+
"description": "Added CT insulation install event types",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|