@homeworksenergy/utility-service 1.2.4 → 1.2.5
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 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -120,6 +120,16 @@ const EVENT_TYPES = {
|
|
|
120
120
|
'05': 'Sealing Service Visit',
|
|
121
121
|
'06': 'HEA + Sealing Service Visit'
|
|
122
122
|
},
|
|
123
|
+
'05': {
|
|
124
|
+
'00': 'Insulation Install',
|
|
125
|
+
'01': 'Insulation Callback',
|
|
126
|
+
'02': 'Insulation Internal Callback',
|
|
127
|
+
'03': 'Insulation Truck Service',
|
|
128
|
+
'04': 'Insulation Finish',
|
|
129
|
+
'05': 'Insulation Manager Visit',
|
|
130
|
+
'06': 'Insulation Manager QC Visit',
|
|
131
|
+
'07': 'Insulation Manager Permit Inspection'
|
|
132
|
+
},
|
|
123
133
|
'06': {
|
|
124
134
|
'00': 'Window Visit',
|
|
125
135
|
'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.5",
|
|
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"
|