@homeworksenergy/utility-service 1.2.7 → 1.2.8

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 +7 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -40,7 +40,13 @@ const EVENT_TYPES = {
40
40
  '08': 'HVAC Spec Visit',
41
41
  '09': 'Home Care Consult'
42
42
  },
43
- '01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit', '04': 'Virtual Sales Visit' },
43
+ '01': {
44
+ '00': 'Sales Visit',
45
+ '01': 'DHW Call',
46
+ '02': 'Return Visit',
47
+ '04': 'Virtual Sales Visit',
48
+ '05': 'Turnkey Virtual HCA'
49
+ },
44
50
  '02': {
45
51
  '00': 'Service Visit',
46
52
  '01': 'Preventative Maintenance',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Added CT insulation install event types",
5
5
  "main": "index.js",
6
6
  "scripts": {