@homeworksenergy/utility-service 1.2.0 → 1.2.2
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 +16 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -36,7 +36,7 @@ const EVENT_TYPES = {
|
|
|
36
36
|
'05': 'Return (Duration 2 Hour)',
|
|
37
37
|
'06': 'CAP Visit',
|
|
38
38
|
},
|
|
39
|
-
'01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit' },
|
|
39
|
+
'01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit', '04': 'Sales Visit' },
|
|
40
40
|
'02': {
|
|
41
41
|
'00': 'Service Visit',
|
|
42
42
|
'01': 'Preventative Maintenance',
|
|
@@ -90,7 +90,21 @@ const EVENT_TYPES = {
|
|
|
90
90
|
'00': 'N/A'
|
|
91
91
|
},
|
|
92
92
|
},
|
|
93
|
-
'01': {
|
|
93
|
+
'01': {
|
|
94
|
+
'00': {
|
|
95
|
+
'00': 'HEA Visit',
|
|
96
|
+
'01': 'Insulation Quote',
|
|
97
|
+
'02': 'Company Cam',
|
|
98
|
+
'03': 'Sealing Service Revisit',
|
|
99
|
+
'04': 'Return Visit',
|
|
100
|
+
'05': 'Sealing Service Visit',
|
|
101
|
+
'06': 'HEA + Sealing Service Visit'
|
|
102
|
+
},
|
|
103
|
+
'06': {
|
|
104
|
+
'00': 'Window Visit',
|
|
105
|
+
'01': 'HVAC Visit'
|
|
106
|
+
}
|
|
107
|
+
},
|
|
94
108
|
99: { 99: { 99: 'Custom Block' } },
|
|
95
109
|
};
|
|
96
110
|
|