@homeworksenergy/utility-service 1.2.2 → 1.2.4

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 +24 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -20,6 +20,7 @@ const BUSINESSES = {
20
20
  '03': 'HVAC Walkthrough',
21
21
  '04': 'HVAC Install',
22
22
  '05': 'Insulation',
23
+ '06': 'Subcontractor',
23
24
  88: 'Partners',
24
25
  89: 'Insulation Partners',
25
26
  99: 'N/A',
@@ -35,8 +36,10 @@ const EVENT_TYPES = {
35
36
  '04': 'Return (Duration 1 Hour)',
36
37
  '05': 'Return (Duration 2 Hour)',
37
38
  '06': 'CAP Visit',
39
+ '07': 'Electrician Visit',
40
+ '08': 'HVAC Spec Visit',
38
41
  },
39
- '01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit', '04': 'Sales Visit' },
42
+ '01': { '00': 'Sales Visit', '01': 'DHW Call', '02': 'Return Visit', '04': 'Virtual Sales Visit' },
40
43
  '02': {
41
44
  '00': 'Service Visit',
42
45
  '01': 'Preventative Maintenance',
@@ -78,13 +81,30 @@ const EVENT_TYPES = {
78
81
  '04': 'Insulation Finish',
79
82
  '05': 'Insulation Manager Visit',
80
83
  '06': 'Insulation Manager QC Visit',
84
+ '07': 'Insulation Manager Permit Inspection',
81
85
  // 90 is Rhode Island
82
- '90': 'Insulation Install'
86
+ '90': 'Insulation Install',
83
87
  },
84
88
  88: {
85
89
  '00': 'Knob and Tube',
86
- '01':'Mold',
87
- '02':'Vermiculite'
90
+ '01': 'Mold',
91
+ '02': 'Vermiculite',
92
+ '03': 'Asbestos',
93
+ '04': 'Structural Limitations',
94
+ '05': 'Bulk Moisture',
95
+ '06': 'Failed CST Draft',
96
+ '07': 'Failed CST High CO',
97
+ '08': 'Failed CST Oven/Dryer',
98
+ '09': 'Failed CST Spillage',
99
+ '10': 'Inaccessible Dirt Crawlspace',
100
+ '11': 'Kitchen Vent',
101
+ '12': 'Other Barrier',
102
+ '13': 'Roofing',
103
+ '14': 'Bath Fan',
104
+ '15': 'Pest Infestation',
105
+ '16': 'CST Fail (Other)',
106
+ '17': 'InOperable Heating System',
107
+ '18': 'Windows',
88
108
  },
89
109
  89: {
90
110
  '00': 'N/A'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Event type Transaction",
5
5
  "main": "index.js",
6
6
  "scripts": {