@homeworksenergy/utility-service 1.0.19 → 1.0.21

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 +3 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -33,6 +33,7 @@ const EVENT_TYPES = {
33
33
  '03': 'VEA QC Visit',
34
34
  '04': 'Return (Duration 1 Hour)',
35
35
  '05': 'Return (Duration 2 Hour)',
36
+ '06': 'CAP Visit',
36
37
  },
37
38
  '01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit' },
38
39
  '02': {
@@ -76,6 +77,8 @@ const EVENT_TYPES = {
76
77
  '04': 'Insulation Finish',
77
78
  '05': 'Insulation Manager Visit',
78
79
  '06': 'Insulation Manager QC Visit',
80
+ // 90 is Rhode Island
81
+ '90': 'Insulation Install'
79
82
  },
80
83
  88: {
81
84
  '00': 'Knob and Tube',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "description": "Event type Transaction",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,4 +22,4 @@
22
22
  "dependencies": {
23
23
  "moment": "^2.29.1"
24
24
  }
25
- }
25
+ }