@homeworksenergy/utility-service 1.1.2 → 1.2.1

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -36,7 +36,7 @@ const EVENT_TYPES = {
36
36
  '05': 'Return (Duration 2 Hour)',
37
37
  '06': 'CAP Visit',
38
38
  },
39
- '01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit' },
39
+ '01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit', '04': 'Sales Visit' },
40
40
  '02': {
41
41
  '00': 'Service Visit',
42
42
  '01': 'Preventative Maintenance',
@@ -90,7 +90,7 @@ const EVENT_TYPES = {
90
90
  '00': 'N/A'
91
91
  },
92
92
  },
93
- '01': { '00': 'HEA Visit', '01': 'Insulation Quote' },
93
+ '01': { '00': { '00': 'HEA Visit', '01': 'Insulation Quote', '02': 'Company Cam', '03': 'Sealing Service Revisit', '04': 'Return Visit' } },
94
94
  99: { 99: { 99: 'Custom Block' } },
95
95
  };
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.1.2",
3
+ "version": "1.2.1",
4
4
  "description": "Event type Transaction",
5
5
  "main": "index.js",
6
6
  "scripts": {