@homeworksenergy/utility-service 1.2.5 → 1.2.6

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -38,6 +38,7 @@ const EVENT_TYPES = {
38
38
  '06': 'CAP Visit',
39
39
  '07': 'Electrician Visit',
40
40
  '08': 'HVAC Spec Visit',
41
+ '09': 'Home Care Consult'
41
42
  },
42
43
  '01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit', '04': 'Virtual Sales Visit' },
43
44
  '02': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Added CT insulation install event types",
5
5
  "main": "index.js",
6
6
  "scripts": {