@homeworksenergy/utility-service 1.2.3 → 1.2.5

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 +33 -4
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -36,8 +36,10 @@ const EVENT_TYPES = {
36
36
  '04': 'Return (Duration 1 Hour)',
37
37
  '05': 'Return (Duration 2 Hour)',
38
38
  '06': 'CAP Visit',
39
+ '07': 'Electrician Visit',
40
+ '08': 'HVAC Spec Visit',
39
41
  },
40
- '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' },
41
43
  '02': {
42
44
  '00': 'Service Visit',
43
45
  '01': 'Preventative Maintenance',
@@ -79,13 +81,30 @@ const EVENT_TYPES = {
79
81
  '04': 'Insulation Finish',
80
82
  '05': 'Insulation Manager Visit',
81
83
  '06': 'Insulation Manager QC Visit',
84
+ '07': 'Insulation Manager Permit Inspection',
82
85
  // 90 is Rhode Island
83
- '90': 'Insulation Install'
86
+ '90': 'Insulation Install',
84
87
  },
85
88
  88: {
86
89
  '00': 'Knob and Tube',
87
- '01':'Mold',
88
- '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',
89
108
  },
90
109
  89: {
91
110
  '00': 'N/A'
@@ -101,6 +120,16 @@ const EVENT_TYPES = {
101
120
  '05': 'Sealing Service Visit',
102
121
  '06': 'HEA + Sealing Service Visit'
103
122
  },
123
+ '05': {
124
+ '00': 'Insulation Install',
125
+ '01': 'Insulation Callback',
126
+ '02': 'Insulation Internal Callback',
127
+ '03': 'Insulation Truck Service',
128
+ '04': 'Insulation Finish',
129
+ '05': 'Insulation Manager Visit',
130
+ '06': 'Insulation Manager QC Visit',
131
+ '07': 'Insulation Manager Permit Inspection'
132
+ },
104
133
  '06': {
105
134
  '00': 'Window Visit',
106
135
  '01': 'HVAC Visit'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.2.3",
4
- "description": "Event type Transaction",
3
+ "version": "1.2.5",
4
+ "description": "Added CT insulation install event types",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"