@homeworksenergy/utility-service 1.2.8 → 1.2.9

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -21,6 +21,7 @@ const BUSINESSES = {
21
21
  '04': 'HVAC Install',
22
22
  '05': 'Insulation',
23
23
  '06': 'Subcontractor',
24
+ '07': 'Marketing',
24
25
  88: 'Partners',
25
26
  89: 'Insulation Partners',
26
27
  99: 'N/A',
@@ -93,6 +94,9 @@ const EVENT_TYPES = {
93
94
  // 90 is Rhode Island
94
95
  '90': 'Insulation Install',
95
96
  },
97
+ '07': {
98
+ '00': 'Marketing',
99
+ },
96
100
  88: {
97
101
  '00': 'Knob and Tube',
98
102
  '01': 'Mold',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "Added CT insulation install event types",
5
5
  "main": "index.js",
6
6
  "scripts": {