@homeworksenergy/utility-service 1.2.5 → 1.2.7

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 +4 -1
  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': {
@@ -82,6 +83,7 @@ const EVENT_TYPES = {
82
83
  '05': 'Insulation Manager Visit',
83
84
  '06': 'Insulation Manager QC Visit',
84
85
  '07': 'Insulation Manager Permit Inspection',
86
+ '08': 'Mold Remediation',
85
87
  // 90 is Rhode Island
86
88
  '90': 'Insulation Install',
87
89
  },
@@ -128,7 +130,8 @@ const EVENT_TYPES = {
128
130
  '04': 'Insulation Finish',
129
131
  '05': 'Insulation Manager Visit',
130
132
  '06': 'Insulation Manager QC Visit',
131
- '07': 'Insulation Manager Permit Inspection'
133
+ '07': 'Insulation Manager Permit Inspection',
134
+ '08': 'Insulation + Sealing Service'
132
135
  },
133
136
  '06': {
134
137
  '00': 'Window Visit',
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.7",
4
4
  "description": "Added CT insulation install event types",
5
5
  "main": "index.js",
6
6
  "scripts": {