@homeworksenergy/utility-service 1.0.19 → 1.0.21
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 +3 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -33,6 +33,7 @@ const EVENT_TYPES = {
|
|
|
33
33
|
'03': 'VEA QC Visit',
|
|
34
34
|
'04': 'Return (Duration 1 Hour)',
|
|
35
35
|
'05': 'Return (Duration 2 Hour)',
|
|
36
|
+
'06': 'CAP Visit',
|
|
36
37
|
},
|
|
37
38
|
'01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit' },
|
|
38
39
|
'02': {
|
|
@@ -76,6 +77,8 @@ const EVENT_TYPES = {
|
|
|
76
77
|
'04': 'Insulation Finish',
|
|
77
78
|
'05': 'Insulation Manager Visit',
|
|
78
79
|
'06': 'Insulation Manager QC Visit',
|
|
80
|
+
// 90 is Rhode Island
|
|
81
|
+
'90': 'Insulation Install'
|
|
79
82
|
},
|
|
80
83
|
88: {
|
|
81
84
|
'00': 'Knob and Tube',
|
package/package.json
CHANGED