@homeworksenergy/utility-service 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/index.js +8 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -24,7 +24,14 @@ const BUSINESSES = {
24
24
  };
25
25
 
26
26
  const EVENT_TYPES = {
27
- '00': { '00': 'HES Visit' },
27
+ '00': {
28
+ '00': 'HEA Visit',
29
+ '01': 'Multi Family HEA Visit',
30
+ '02': 'VEA Visit',
31
+ '03': 'VEA QC Visit',
32
+ '04': 'Return (Duration 1 Hour)',
33
+ '05': 'Return (Duration 2 Hour)',
34
+ },
28
35
  '01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit' },
29
36
  '02': {
30
37
  '00': 'Service Visit',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Event type Transaction",
5
5
  "main": "index.js",
6
6
  "scripts": {